A01 - The First Problem
https://atcoder.jp/contests/tessoku-book/tasks/tessoku_book_a
提出
code: python
n = int(input())
print(n*n)